home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_671_manAni / frame_215 / DoAction.as
Text File  |  2011-09-19  |  294b  |  9 lines

  1. _global.scene.pwStone.unloadMovie();
  2. _global.ctn.sndCtrl.playSound("snd_act");
  3. if(!_global.scene.getPwStoneScoreOver)
  4. {
  5.    _global.scene.getPwStoneScoreOver = true;
  6.    _global.ctn.game.addScore(354,478,128,120);
  7.    _global.ctn.game.addScore(20,Math.round(5 * Math.random()),128,120);
  8. }
  9.